Vcenter Network FilterSpec
The Vcenter Network FilterSpec schema contains properties used to filter the results when listing networks (see GET /vcenter/network). If multiple properties are specified, only networks matching all of the properties match the filter.
{
"networks": [
"string"
],
"names": [
"string"
],
"types": [
"string"
],
"folders": [
"string"
],
"datacenters": [
"string"
]
}
Identifiers of networks that can match the filter.
If missing or null
or empty, networks with any identifier match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Network
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Network
.
Names that networks must have to match the filter (see Vcenter Network Summary.name).
If missing or null
or empty, networks with any name match the filter.
Types that networks must have to match the filter (see Vcenter Network Summary.type).
For more information see: Vcenter Network Type.
If missing or null
, networks with any type match the filter.
Folders that must contain the network for the network to match the filter.
If missing or null
or empty, networks in any folder match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Folder
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Folder
.
Datacenters that must contain the network for the network to match the filter.
If missing or null
or empty, networks in any datacenter match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datacenter
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datacenter
.